Home

Container Tracking API

version 3

Container Tracking allows to determine the current position of a given container on the World Map. To track the location of the container, just specify bill of lading, container, booking number.

OpenAPI Specification

Start designing your API in minutes. The OpenAPI specification file enables you to learn and interact with API elements, including all available endpoints, input and output representations.

General information

Container Tracking API is organized around REST.
Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

API endpoint#

1https://tracking.searates.com

All endpoints are only accessible via HTTPS and are located at tracking.searates.com

Tracking by any number

get/tracking

Get tracking information by Container number, Bill of Lading or Booking number.

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your API key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

  • typeOptionalstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    If this parameter will be empty or not presented at all in the query, we will try to determine the type of shipment number.

    Allowed values:CTBLBK

  • force_updateOptionalboolean

    Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • routeOptionalboolean

    If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • aisOptionalboolean

    If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the "route" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "BL",
7      "number": "HKA2573372",
8      "sealine": "CMDU",
9      "sealine_name": "CMA CGM",
10      "status": "IN_TRANSIT",
11      "is_status_from_sealine": false,
12      "from_cache": true,
13      "updated_at": "2025-10-31 09:00:25",
14      "cache_expires": "2025-11-01 09:00:25",
15      "api_calls": {
16        "total": 100,
17        "used": 1,
18        "remaining": 99
19      },
20      "unique_shipments": {
21        "total": 100,
22        "used": 1,
23        "remaining": 99
24      }
25    },
26    "locations": [
27      {
28        "id": 1,
29        "name": "San Antonio",
30        "state": "Region de Valparaiso",
31        "country": "Chile",
32        "country_code": "CL",
33        "locode": "CLSAI",
34        "lat": -33.59473,
35        "lng": -71.60746,
36        "timezone": "America/Santiago"
37      },
38      {
39        "id": 2,
40        "name": "Shanghai",
41        "state": "Shanghai Shi",
42        "country": "China",
43        "country_code": "CN",
44        "locode": "CNSHG",
45        "lat": 31.366365,
46        "lng": 121.61475,
47        "timezone": "Asia/Shanghai"
48      },
49      {
50        "id": 3,
51        "name": "Shekou",
52        "state": "Guangdong Sheng",
53        "country": "China",
54        "country_code": "CN",
55        "locode": "CNSHK",
56        "lat": 22.49359,
57        "lng": 113.9156,
58        "timezone": "Asia/Shanghai"
59      }
60    ],
61    "facilities": [
62      {
63        "id": 1,
64        "name": "Mawan Container Terminal",
65        "country_code": "CN",
66        "locode": "CNSHK",
67        "bic_code": null,
68        "smdg_code": "MWT",
69        "lat": null,
70        "lng": null
71      },
72      {
73        "id": 2,
74        "name": "YANGSHAN DEEP WATER PORT PHASE1 TER",
75        "country_code": "CN",
76        "locode": "CNSGH",
77        "bic_code": null,
78        "smdg_code": null,
79        "lat": null,
80        "lng": null
81      },
82      {
83        "id": 3,
84        "name": "PUERTO CENTRAL TERMINAL",
85        "country_code": "CL",
86        "locode": "CLSAI",
87        "bic_code": null,
88        "smdg_code": null,
89        "lat": null,
90        "lng": null
91      }
92    ],
93    "route": {
94      "prepol": {
95        "location": 3,
96        "date": "2025-09-13 01:01:00",
97        "actual": true
98      },
99      "pol": {
100        "location": 3,
101        "date": "2025-09-30 03:32:00",
102        "actual": true
103      },
104      "pod": {
105        "location": 1,
106        "date": "2025-10-31 23:00:00",
107        "actual": false,
108        "predictive_eta": null
109      },
110      "postpod": {
111        "location": null,
112        "date": null,
113        "actual": null
114      }
115    },
116    "vessels": [
117      {
118        "id": 1,
119        "name": "CMA CGM SAMSON",
120        "imo": 9436379,
121        "call_sign": "9HA2907",
122        "mmsi": 256687000,
123        "flag": "MT"
124      },
125      {
126        "id": 2,
127        "name": "CMA CGM MAUI",
128        "imo": 9938157,
129        "call_sign": "FMYR",
130        "mmsi": 228459800,
131        "flag": "FR"
132      }
133    ],
134    "containers": [
135      {
136        "number": "ECMU7336714",
137        "iso_code": "45G1",
138        "size_type": "40' High Cube Dry",
139        "status": "IN_TRANSIT",
140        "is_status_from_sealine": false,
141        "events_mirrored": false,
142        "events": [
143          {
144            "order_id": 1,
145            "location": 3,
146            "facility": 1,
147            "description": "Empty Picked-up at Depot",
148            "event_type": "EQUIPMENT",
149            "event_code": "PICK",
150            "status": "CPS",
151            "date": "2025-09-13 01:29:00",
152            "actual": true,
153            "is_date_from_sealine": true,
154            "is_additional_event": false,
155            "type": "land",
156            "transport_type": "TRUCK",
157            "vessel": null,
158            "voyage": null
159          },
160          {
161            "order_id": 2,
162            "location": 3,
163            "facility": 1,
164            "description": "Gate in at Port terminal",
165            "event_type": "EQUIPMENT",
166            "event_code": "GTIN",
167            "status": "CGI",
168            "date": "2025-09-14 06:14:00",
169            "actual": true,
170            "is_date_from_sealine": true,
171            "is_additional_event": false,
172            "type": "land",
173            "transport_type": "TRUCK",
174            "vessel": null,
175            "voyage": null
176          },
177          {
178            "order_id": 3,
179            "location": 3,
180            "facility": 1,
181            "description": "Loaded on board",
182            "event_type": "EQUIPMENT",
183            "event_code": "LOAD",
184            "status": "CLL",
185            "date": "2025-09-28 23:48:00",
186            "actual": true,
187            "is_date_from_sealine": true,
188            "is_additional_event": false,
189            "type": "sea",
190            "transport_type": "VESSEL",
191            "vessel": 2,
192            "voyage": "1WU02E2MA"
193          },
194          {
195            "order_id": 4,
196            "location": 3,
197            "facility": 1,
198            "description": "Vessel Departure",
199            "event_type": "TRANSPORT",
200            "event_code": "DEPA",
201            "status": "VDL",
202            "date": "2025-09-30 03:32:00",
203            "actual": true,
204            "is_date_from_sealine": true,
205            "is_additional_event": false,
206            "type": "sea",
207            "transport_type": "VESSEL",
208            "vessel": 2,
209            "voyage": "1WU02E2MA"
210          },
211          {
212            "order_id": 5,
213            "location": 2,
214            "facility": 2,
215            "description": "Vessel Arrival",
216            "event_type": "TRANSPORT",
217            "event_code": "ARRI",
218            "status": "VAT",
219            "date": "2025-10-06 00:32:00",
220            "actual": true,
221            "is_date_from_sealine": true,
222            "is_additional_event": false,
223            "type": "sea",
224            "transport_type": "VESSEL",
225            "vessel": 2,
226            "voyage": "1WU02E2MA"
227          },
228          {
229            "order_id": 6,
230            "location": 2,
231            "facility": 2,
232            "description": "Discharged in transhipment",
233            "event_type": "EQUIPMENT",
234            "event_code": "DISC",
235            "status": "CDT",
236            "date": "2025-10-06 07:34:00",
237            "actual": true,
238            "is_date_from_sealine": true,
239            "is_additional_event": false,
240            "type": "sea",
241            "transport_type": "VESSEL",
242            "vessel": 2,
243            "voyage": "1WU02E2MA"
244          },
245          {
246            "order_id": 7,
247            "location": 2,
248            "facility": 2,
249            "description": "Loaded on board",
250            "event_type": "EQUIPMENT",
251            "event_code": "LOAD",
252            "status": "CLT",
253            "date": "2025-10-07 23:52:00",
254            "actual": true,
255            "is_date_from_sealine": true,
256            "is_additional_event": false,
257            "type": "sea",
258            "transport_type": "VESSEL",
259            "vessel": 1,
260            "voyage": "1MH08E1MA"
261          },
262          {
263            "order_id": 8,
264            "location": 2,
265            "facility": 2,
266            "description": "Vessel Departure",
267            "event_type": "TRANSPORT",
268            "event_code": "DEPA",
269            "status": "VDT",
270            "date": "2025-10-08 04:30:00",
271            "actual": true,
272            "is_date_from_sealine": true,
273            "is_additional_event": false,
274            "type": "sea",
275            "transport_type": "VESSEL",
276            "vessel": 1,
277            "voyage": "1MH08E1MA"
278          },
279          {
280            "order_id": 9,
281            "location": 1,
282            "facility": 3,
283            "description": "Vessel Arrival",
284            "event_type": "TRANSPORT",
285            "event_code": "ARRI",
286            "status": "VAD",
287            "date": "2025-10-31 23:00:00",
288            "actual": false,
289            "is_date_from_sealine": true,
290            "is_additional_event": false,
291            "type": "sea",
292            "transport_type": "VESSEL",
293            "vessel": 1,
294            "voyage": "1MH09W1MA"
295          }
296        ]
297      },
298      {
299        "number": "CMAU8661125",
300        "iso_code": "45G1",
301        "size_type": "40' High Cube Dry",
302        "status": "IN_TRANSIT",
303        "is_status_from_sealine": false,
304        "events_mirrored": false,
305        "events": [
306          {
307            "order_id": 1,
308            "location": 3,
309            "facility": 1,
310            "description": "Empty Picked-up at Depot",
311            "event_type": "EQUIPMENT",
312            "event_code": "PICK",
313            "status": "CPS",
314            "date": "2025-09-13 01:01:00",
315            "actual": true,
316            "is_date_from_sealine": true,
317            "is_additional_event": false,
318            "type": "land",
319            "transport_type": "TRUCK",
320            "vessel": null,
321            "voyage": null
322          },
323          {
324            "order_id": 2,
325            "location": 3,
326            "facility": 1,
327            "description": "Gate in at Port terminal",
328            "event_type": "EQUIPMENT",
329            "event_code": "GTIN",
330            "status": "CGI",
331            "date": "2025-09-14 07:53:00",
332            "actual": true,
333            "is_date_from_sealine": true,
334            "is_additional_event": false,
335            "type": "land",
336            "transport_type": "TRUCK",
337            "vessel": null,
338            "voyage": null
339          },
340          {
341            "order_id": 3,
342            "location": 3,
343            "facility": 1,
344            "description": "Loaded on board",
345            "event_type": "EQUIPMENT",
346            "event_code": "LOAD",
347            "status": "CLL",
348            "date": "2025-09-29 01:21:00",
349            "actual": true,
350            "is_date_from_sealine": true,
351            "is_additional_event": false,
352            "type": "sea",
353            "transport_type": "VESSEL",
354            "vessel": 2,
355            "voyage": "1WU02E2MA"
356          },
357          {
358            "order_id": 4,
359            "location": 3,
360            "facility": 1,
361            "description": "Vessel Departure",
362            "event_type": "TRANSPORT",
363            "event_code": "DEPA",
364            "status": "VDL",
365            "date": "2025-09-30 03:32:00",
366            "actual": true,
367            "is_date_from_sealine": true,
368            "is_additional_event": false,
369            "type": "sea",
370            "transport_type": "VESSEL",
371            "vessel": 2,
372            "voyage": "1WU02E2MA"
373          },
374          {
375            "order_id": 5,
376            "location": 2,
377            "facility": 2,
378            "description": "Vessel Arrival",
379            "event_type": "TRANSPORT",
380            "event_code": "ARRI",
381            "status": "VAT",
382            "date": "2025-10-06 00:32:00",
383            "actual": true,
384            "is_date_from_sealine": true,
385            "is_additional_event": false,
386            "type": "sea",
387            "transport_type": "VESSEL",
388            "vessel": 2,
389            "voyage": "1WU02E2MA"
390          },
391          {
392            "order_id": 6,
393            "location": 2,
394            "facility": 2,
395            "description": "Discharged in transhipment",
396            "event_type": "EQUIPMENT",
397            "event_code": "DISC",
398            "status": "CDT",
399            "date": "2025-10-06 08:12:00",
400            "actual": true,
401            "is_date_from_sealine": true,
402            "is_additional_event": false,
403            "type": "sea",
404            "transport_type": "VESSEL",
405            "vessel": 2,
406            "voyage": "1WU02E2MA"
407          },
408          {
409            "order_id": 7,
410            "location": 2,
411            "facility": 2,
412            "description": "Loaded on board",
413            "event_type": "EQUIPMENT",
414            "event_code": "LOAD",
415            "status": "CLT",
416            "date": "2025-10-08 00:25:00",
417            "actual": true,
418            "is_date_from_sealine": true,
419            "is_additional_event": false,
420            "type": "sea",
421            "transport_type": "VESSEL",
422            "vessel": 1,
423            "voyage": "1MH08E1MA"
424          },
425          {
426            "order_id": 8,
427            "location": 2,
428            "facility": 2,
429            "description": "Vessel Departure",
430            "event_type": "TRANSPORT",
431            "event_code": "DEPA",
432            "status": "VDT",
433            "date": "2025-10-08 04:30:00",
434            "actual": true,
435            "is_date_from_sealine": true,
436            "is_additional_event": false,
437            "type": "sea",
438            "transport_type": "VESSEL",
439            "vessel": 1,
440            "voyage": "1MH08E1MA"
441          },
442          {
443            "order_id": 9,
444            "location": 1,
445            "facility": 3,
446            "description": "Vessel Arrival",
447            "event_type": "TRANSPORT",
448            "event_code": "ARRI",
449            "status": "VAD",
450            "date": "2025-10-31 23:00:00",
451            "actual": false,
452            "is_date_from_sealine": true,
453            "is_additional_event": false,
454            "type": "sea",
455            "transport_type": "VESSEL",
456            "vessel": 1,
457            "voyage": "1MH09W1MA"
458          }
459        ]
460      }
461    ],
462    "route_data": {
463      "route": [
464        {
465          "path": [
466            [
467              22.4936,
468              113.9156
469            ],
470            [
471              21.7412,
472              114.2507
473            ],
474            [
475              21.7292,
476              114.2594
477            ],
478            [
479              21.7249,
480              114.271
481            ],
482            [
483              21.7282,
484              114.2856
485            ],
486            [
487              22.7414,
488              116.5605
489            ],
490            [
491              22.7478,
492              116.5752
493            ],
494            [
495              22.7538,
496              116.59
497            ],
498            [
499              22.7594,
500              116.605
501            ],
502            [
503              23.0111,
504              117.2917
505            ],
506            [
507              23.0164,
508              117.3044
509            ],
510            [
511              23.0228,
512              117.3166
513            ],
514            [
515              23.0303,
516              117.3281
517            ],
518            [
519              23.3945,
520              117.8416
521            ],
522            [
523              23.4027,
524              117.8528
525            ],
526            [
527              23.411,
528              117.8639
529            ],
530            [
531              23.4196,
532              117.8747
533            ],
534            [
535              24.799,
536              119.5881
537            ],
538            [
539              24.8087,
540              119.5997
541            ],
542            [
543              24.8188,
544              119.611
545            ],
546            [
547              24.8293,
548              119.622
549            ],
550            [
551              25.3135,
552              120.1132
553            ],
554            [
555              25.3245,
556              120.1236
557            ],
558            [
559              25.3361,
560              120.1332
561            ],
562            [
563              25.3484,
564              120.1421
565            ],
566            [
567              28.7869,
568              122.4699
569            ],
570            [
571              28.7994,
572              122.478
573            ],
574            [
575              28.8121,
576              122.4857
577            ],
578            [
579              28.8252,
580              122.4928
581            ],
582            [
583              30.0646,
584              123.1441
585            ],
586            [
587              30.0779,
588              123.1508
589            ],
590            [
591              30.0914,
592              123.157
593            ],
594            [
595              30.1052,
596              123.1627
597            ],
598            [
599              30.6337,
600              123.3708
601            ],
602            [
603              30.6518,
604              123.3757
605            ],
606            [
607              30.6702,
608              123.3763
609            ],
610            [
611              30.6886,
612              123.3725
613            ],
614            [
615              30.8578,
616              123.3191
617            ],
618            [
619              30.8752,
620              123.3115
621            ],
622            [
623              30.8903,
624              123.3007
625            ],
626            [
627              30.9031,
628              123.2868
629            ],
630            [
631              31.5163,
632              122.4726
633            ],
634            [
635              31.531,
636              122.4567
637            ],
638            [
639              31.548,
640              122.444
641            ],
642            [
643              31.5675,
644              122.4346
645            ],
646            [
647              31.6376,
648              122.4082
649            ],
650            [
651              31.6499,
652              122.4003
653            ],
654            [
655              31.6548,
656              122.3891
657            ],
658            [
659              31.6524,
660              122.3746
661            ],
662            [
663              31.3664,
664              121.6148
665            ]
666          ],
667          "type": "SEA",
668          "transport_type": "VESSEL",
669          "from": {
670            "name": "Shekou",
671            "state": "Guangdong Sheng",
672            "country": "China",
673            "country_code": "CN",
674            "locode": "CNSHK",
675            "lat": 22.49359,
676            "lng": 113.9156,
677            "timezone": "Asia/Shanghai"
678          },
679          "to": {
680            "name": "Shanghai",
681            "state": "Shanghai Shi",
682            "country": "China",
683            "country_code": "CN",
684            "locode": "CNSHG",
685            "lat": 31.366365,
686            "lng": 121.61475,
687            "timezone": "Asia/Shanghai"
688          },
689          "vessel": {
690            "name": "CMA CGM MAUI",
691            "imo": 9938157,
692            "call_sign": "FMYR",
693            "mmsi": 228459800,
694            "flag": "FR"
695          }
696        },
697        {
698          "path": [
699            [
700              31.3664,
701              121.6148
702            ],
703            [
704              31.6524,
705              122.3746
706            ],
707            [
708              31.6548,
709              122.3891
710            ],
711            [
712              31.6499,
713              122.4003
714            ],
715            [
716              31.6376,
717              122.4082
718            ],
719            [
720              31.5626,
721              122.4364
722            ],
723            [
724              31.5466,
725              122.4447
726            ],
727            [
728              31.5335,
729              122.4562
730            ],
731            [
732              31.5234,
733              122.471
734            ],
735            [
736              28.2173,
737              128.8401
738            ],
739            [
740              28.2081,
741              128.8563
742            ],
743            [
744              28.1979,
745              128.8717
746            ],
747            [
748              28.1865,
749              128.8864
750            ],
751            [
752              27.8566,
753              129.2807
754            ],
755            [
756              27.8424,
757              129.2996
758            ],
759            [
760              27.8304,
761              129.3198
762            ],
763            [
764              27.8206,
765              129.3413
766            ],
767            [
768              -31.2383,
769              -80.0207
770            ],
771            [
772              -32.43899523685321,
773              -76.01665022729425
774            ],
775            [
776              -33.6411,
777              -72.0079
778            ],
779            [
780              -33.6423,
781              -71.9933
782            ],
783            [
784              -33.6356,
785              -71.9845
786            ],
787            [
788              -33.621,
789              -71.9815
790            ],
791            [
792              -33.6159,
793              -71.9815
794            ],
795            [
796              -33.6032,
797              -71.9787
798            ],
799            [
800              -33.5956,
801              -71.9709
802            ],
803            [
804              -33.5931,
805              -71.958
806            ],
807            [
808              -33.5947,
809              -71.6075
810            ]
811          ],
812          "type": "SEA",
813          "transport_type": "VESSEL",
814          "from": {
815            "name": "Shanghai",
816            "state": "Shanghai Shi",
817            "country": "China",
818            "country_code": "CN",
819            "locode": "CNSHG",
820            "lat": 31.366365,
821            "lng": 121.61475,
822            "timezone": "Asia/Shanghai"
823          },
824          "to": {
825            "name": "San Antonio",
826            "state": "Region de Valparaiso",
827            "country": "Chile",
828            "country_code": "CL",
829            "locode": "CLSAI",
830            "lat": -33.59473,
831            "lng": -71.60746,
832            "timezone": "America/Santiago"
833          },
834          "vessel": {
835            "name": "CMA CGM SAMSON",
836            "imo": 9436379,
837            "call_sign": "9HA2907",
838            "mmsi": 256687000,
839            "flag": "MT"
840          }
841        }
842      ],
843      "pin": [
844        -32.43899523685321,
845        -76.01665022729425
846      ],
847      "ais": {
848        "status": "OK",
849        "data": {
850          "last_event": {
851            "description": "Vessel Departure",
852            "date": "2025-10-08 04:30:00",
853            "voyage": "1MH08E1MA"
854          },
855          "discharge_port": {
856            "name": "San Antonio",
857            "country_code": "CL",
858            "code": "SAI",
859            "date": "2025-10-31 23:00:00",
860            "date_label": "ETA"
861          },
862          "vessel": {
863            "name": "CMA CGM SAMSON",
864            "imo": 9436379,
865            "call_sign": "9HA2907",
866            "mmsi": 256687000,
867            "flag": "MT"
868          },
869          "last_vessel_position": {
870            "lat": -31.238251,
871            "lng": -80.020744,
872            "updated_at": "2025-10-30 21:57:00"
873          },
874          "departure_port": {
875            "country_code": "CN",
876            "code": "SHG",
877            "date": "2025-10-07 21:18:00",
878            "date_label": "ATD"
879          },
880          "arrival_port": {
881            "country_code": "CL",
882            "code": "SAI",
883            "date": "2025-11-01 00:00:00",
884            "date_label": "ETA"
885          },
886          "updated_at": "2025-10-31 09:51:25"
887        }
888      }
889    }
890  }
891}

Tracking by container

[ deprecated ]

get/container

Get tracking information by container number. This operation has been marked as deprecated. Use GET /tracking

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your API key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

  • force_updateOptionalboolean

    Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • routeOptionalboolean

    If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • aisOptionalboolean

    If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the "route" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "CT",
7      "number": "MRKU9465770",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "IN_TRANSIT",
11      "is_status_from_sealine": true,
12      "from_cache": false,
13      "updated_at": "2025-03-14 07:54:50",
14      "cache_expires": "2025-03-14 19:54:50",
15      "api_calls": {
16        "total": 100,
17        "used": 1,
18        "remaining": 99
19      },
20      "unique_shipments": {
21        "total": 0,
22        "used": 0,
23        "remaining": 0
24      }
25    },
26    "locations": [
27      {
28        "id": 1,
29        "name": "Qingdao",
30        "state": "Shandong Sheng",
31        "country": "China",
32        "country_code": "CN",
33        "locode": "CNQDG",
34        "lat": 36.06488,
35        "lng": 120.38042,
36        "timezone": "Asia/Shanghai"
37      },
38      {
39        "id": 2,
40        "name": "Oakland",
41        "state": "California",
42        "country": "United States",
43        "country_code": "US",
44        "locode": "USOAK",
45        "lat": 37.80437,
46        "lng": -122.2708,
47        "timezone": "America/Los_Angeles"
48      }
49    ],
50    "facilities": [
51      {
52        "id": 1,
53        "name": "Smart International Logistics Co",
54        "country_code": "CN",
55        "locode": null,
56        "bic_code": null,
57        "smdg_code": null,
58        "lat": null,
59        "lng": null
60      },
61      {
62        "id": 2,
63        "name": "Qingdao Qianwan Container Co Ltd",
64        "country_code": "CN",
65        "locode": null,
66        "bic_code": null,
67        "smdg_code": null,
68        "lat": null,
69        "lng": null
70      },
71      {
72        "id": 3,
73        "name": "OAK INTL CONT TERM BERTH 58 Z985",
74        "country_code": "US",
75        "locode": null,
76        "bic_code": null,
77        "smdg_code": null,
78        "lat": null,
79        "lng": null
80      }
81    ],
82    "route": {
83      "prepol": {
84        "location": 1,
85        "date": "2025-03-03 23:05:00",
86        "actual": true
87      },
88      "pol": {
89        "location": 1,
90        "date": "2025-03-12 21:14:00",
91        "actual": true
92      },
93      "pod": {
94        "location": 2,
95        "date": "2025-04-12 08:00:00",
96        "actual": false,
97        "predictive_eta": null
98      },
99      "postpod": {
100        "location": 2,
101        "date": "2025-04-12 08:00:00",
102        "actual": false
103      }
104    },
105    "vessels": [
106      {
107        "id": 1,
108        "name": "MAERSK SHIVLING",
109        "imo": 9728253,
110        "call_sign": "D5JH8",
111        "mmsi": 636017104,
112        "flag": "LR"
113      }
114    ],
115    "container": {
116      "number": "MRKU9465770",
117      "iso_code": "22G1",
118      "size_type": "20' Dry Standard",
119      "status": "IN_TRANSIT",
120      "is_status_from_sealine": true,
121      "events_mirrored": false,
122      "events": [
123        {
124          "order_id": 1,
125          "location": 1,
126          "facility": 1,
127          "description": "Gate out Empty",
128          "event_type": "EQUIPMENT",
129          "event_code": "GTOT",
130          "status": "CEP",
131          "date": "2025-03-03 23:05:00",
132          "actual": true,
133          "is_date_from_sealine": true,
134          "is_additional_event": false,
135          "type": "land",
136          "transport_type": null,
137          "vessel": null,
138          "voyage": null
139        },
140        {
141          "order_id": 2,
142          "location": 1,
143          "facility": 2,
144          "description": "Gate in",
145          "event_type": "EQUIPMENT",
146          "event_code": "GTIN",
147          "status": "CGI",
148          "date": "2025-03-09 17:58:00",
149          "actual": true,
150          "is_date_from_sealine": true,
151          "is_additional_event": false,
152          "type": "land",
153          "transport_type": null,
154          "vessel": null,
155          "voyage": null
156        },
157        {
158          "order_id": 3,
159          "location": 1,
160          "facility": 2,
161          "description": "Load",
162          "event_type": "EQUIPMENT",
163          "event_code": "LOAD",
164          "status": "CLL",
165          "date": "2025-03-12 14:32:00",
166          "actual": true,
167          "is_date_from_sealine": true,
168          "is_additional_event": false,
169          "type": "sea",
170          "transport_type": "VESSEL",
171          "vessel": 1,
172          "voyage": "510E"
173        },
174        {
175          "order_id": 4,
176          "location": 1,
177          "facility": 2,
178          "description": "Vessel departure",
179          "event_type": "TRANSPORT",
180          "event_code": "DEPA",
181          "status": "VDL",
182          "date": "2025-03-12 21:14:00",
183          "actual": true,
184          "is_date_from_sealine": true,
185          "is_additional_event": false,
186          "type": "sea",
187          "transport_type": "VESSEL",
188          "vessel": 1,
189          "voyage": "510E"
190        },
191        {
192          "order_id": 5,
193          "location": 2,
194          "facility": 3,
195          "description": "Vessel arrival",
196          "event_type": "TRANSPORT",
197          "event_code": "ARRI",
198          "status": "VAD",
199          "date": "2025-04-12 08:00:00",
200          "actual": false,
201          "is_date_from_sealine": true,
202          "is_additional_event": false,
203          "type": "sea",
204          "transport_type": "VESSEL",
205          "vessel": 1,
206          "voyage": "510E"
207        }
208      ]
209    }
210  }
211}

Tracking by B/L

[ deprecated ]

get/reference

Get tracking information by Bill of Lading or Booking number. This operation has been marked as deprecated. Use GET /tracking

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your API key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Bill of lading or booking number

  • typeOptionalstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    If this parameter will be empty or not presented at all in the query, we will try to determine the type of shipment number.

    Allowed values:CTBLBK

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

  • force_updateOptionalboolean

    Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • routeOptionalboolean

    If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

  • aisOptionalboolean

    If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the "route" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!

    Default:false

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "BL",
7      "number": "250256386",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "IN_TRANSIT",
11      "is_status_from_sealine": true,
12      "from_cache": true,
13      "updated_at": "2025-03-14 07:37:04",
14      "cache_expires": "2025-03-14 19:37:04",
15      "api_calls": {
16        "total": 100,
17        "used": 1,
18        "remaining": 99
19      },
20      "unique_shipments": {
21        "total": 0,
22        "used": 0,
23        "remaining": 0
24      }
25    },
26    "locations": [
27      {
28        "id": 1,
29        "name": "Qingdao",
30        "state": "Shandong Sheng",
31        "country": "China",
32        "country_code": "CN",
33        "locode": "CNQDG",
34        "lat": 36.06488,
35        "lng": 120.38042,
36        "timezone": "Asia/Shanghai"
37      },
38      {
39        "id": 2,
40        "name": "Oakland",
41        "state": "California",
42        "country": "United States",
43        "country_code": "US",
44        "locode": "USOAK",
45        "lat": 37.80437,
46        "lng": -122.2708,
47        "timezone": "America/Los_Angeles"
48      }
49    ],
50    "facilities": [
51      {
52        "id": 1,
53        "name": "OAK INTL CONT TERM BERTH 58 Z985",
54        "country_code": "US",
55        "locode": null,
56        "bic_code": null,
57        "smdg_code": null,
58        "lat": null,
59        "lng": null
60      },
61      {
62        "id": 2,
63        "name": "Smart International Logistics Co",
64        "country_code": "CN",
65        "locode": null,
66        "bic_code": null,
67        "smdg_code": null,
68        "lat": null,
69        "lng": null
70      },
71      {
72        "id": 3,
73        "name": "Qingdao Qianwan Container Co Ltd",
74        "country_code": "CN",
75        "locode": null,
76        "bic_code": null,
77        "smdg_code": null,
78        "lat": null,
79        "lng": null
80      }
81    ],
82    "route": {
83      "prepol": {
84        "location": 1,
85        "date": "2025-03-03 23:05:00",
86        "actual": true
87      },
88      "pol": {
89        "location": 1,
90        "date": "2025-03-12 21:14:00",
91        "actual": true
92      },
93      "pod": {
94        "location": 2,
95        "date": "2025-04-12 08:00:00",
96        "actual": false,
97        "predictive_eta": null
98      },
99      "postpod": {
100        "location": 2,
101        "date": "2025-04-12 08:00:00",
102        "actual": false
103      }
104    },
105    "vessels": [
106      {
107        "id": 1,
108        "name": "MAERSK SHIVLING",
109        "imo": 9728253,
110        "call_sign": "D5JH8",
111        "mmsi": 636017104,
112        "flag": "LR"
113      }
114    ],
115    "containers": [
116      {
117        "number": "MRKU9465770",
118        "iso_code": "22G1",
119        "size_type": "20' Dry Standard",
120        "status": "IN_TRANSIT",
121        "is_status_from_sealine": true,
122        "events_mirrored": false,
123        "events": [
124          {
125            "order_id": 1,
126            "location": 1,
127            "facility": 2,
128            "description": "Gate out Empty",
129            "event_type": "EQUIPMENT",
130            "event_code": "GTOT",
131            "status": "CEP",
132            "date": "2025-03-03 23:05:00",
133            "actual": true,
134            "is_date_from_sealine": true,
135            "is_additional_event": false,
136            "type": "land",
137            "transport_type": null,
138            "vessel": null,
139            "voyage": null
140          },
141          {
142            "order_id": 2,
143            "location": 1,
144            "facility": 3,
145            "description": "Gate in",
146            "event_type": "EQUIPMENT",
147            "event_code": "GTIN",
148            "status": "CGI",
149            "date": "2025-03-09 17:58:00",
150            "actual": true,
151            "is_date_from_sealine": true,
152            "is_additional_event": false,
153            "type": "land",
154            "transport_type": null,
155            "vessel": null,
156            "voyage": null
157          },
158          {
159            "order_id": 3,
160            "location": 1,
161            "facility": 3,
162            "description": "Load",
163            "event_type": "EQUIPMENT",
164            "event_code": "LOAD",
165            "status": "CLL",
166            "date": "2025-03-12 14:32:00",
167            "actual": true,
168            "is_date_from_sealine": true,
169            "is_additional_event": false,
170            "type": "sea",
171            "transport_type": "VESSEL",
172            "vessel": 1,
173            "voyage": "510E"
174          },
175          {
176            "order_id": 4,
177            "location": 1,
178            "facility": 3,
179            "description": "Vessel departure",
180            "event_type": "TRANSPORT",
181            "event_code": "DEPA",
182            "status": "VDL",
183            "date": "2025-03-12 21:14:00",
184            "actual": true,
185            "is_date_from_sealine": true,
186            "is_additional_event": false,
187            "type": "sea",
188            "transport_type": "VESSEL",
189            "vessel": 1,
190            "voyage": "510E"
191          },
192          {
193            "order_id": 5,
194            "location": 2,
195            "facility": 1,
196            "description": "Vessel arrival",
197            "event_type": "TRANSPORT",
198            "event_code": "ARRI",
199            "status": "VAD",
200            "date": "2025-04-12 08:00:00",
201            "actual": false,
202            "is_date_from_sealine": true,
203            "is_additional_event": false,
204            "type": "sea",
205            "transport_type": "VESSEL",
206            "vessel": 1,
207            "voyage": "510E"
208          }
209        ]
210      },
211      {
212        "number": "PONU0050964",
213        "iso_code": "22G1",
214        "size_type": "20' Dry Standard",
215        "status": "IN_TRANSIT",
216        "is_status_from_sealine": true,
217        "events_mirrored": false,
218        "events": [
219          {
220            "order_id": 1,
221            "location": 1,
222            "facility": 2,
223            "description": "Gate out Empty",
224            "event_type": "EQUIPMENT",
225            "event_code": "GTOT",
226            "status": "CEP",
227            "date": "2025-03-03 23:04:00",
228            "actual": true,
229            "is_date_from_sealine": true,
230            "is_additional_event": false,
231            "type": "land",
232            "transport_type": null,
233            "vessel": null,
234            "voyage": null
235          },
236          {
237            "order_id": 2,
238            "location": 1,
239            "facility": 3,
240            "description": "Gate in",
241            "event_type": "EQUIPMENT",
242            "event_code": "GTIN",
243            "status": "CGI",
244            "date": "2025-03-09 17:58:00",
245            "actual": true,
246            "is_date_from_sealine": true,
247            "is_additional_event": false,
248            "type": "land",
249            "transport_type": null,
250            "vessel": null,
251            "voyage": null
252          },
253          {
254            "order_id": 3,
255            "location": 1,
256            "facility": 3,
257            "description": "Load",
258            "event_type": "EQUIPMENT",
259            "event_code": "LOAD",
260            "status": "CLL",
261            "date": "2025-03-12 14:32:00",
262            "actual": true,
263            "is_date_from_sealine": true,
264            "is_additional_event": false,
265            "type": "sea",
266            "transport_type": "VESSEL",
267            "vessel": 1,
268            "voyage": "510E"
269          },
270          {
271            "order_id": 4,
272            "location": 1,
273            "facility": 3,
274            "description": "Vessel departure",
275            "event_type": "TRANSPORT",
276            "event_code": "DEPA",
277            "status": "VDL",
278            "date": "2025-03-12 21:14:00",
279            "actual": true,
280            "is_date_from_sealine": true,
281            "is_additional_event": false,
282            "type": "sea",
283            "transport_type": "VESSEL",
284            "vessel": 1,
285            "voyage": "510E"
286          },
287          {
288            "order_id": 5,
289            "location": 2,
290            "facility": 1,
291            "description": "Vessel arrival",
292            "event_type": "TRANSPORT",
293            "event_code": "ARRI",
294            "status": "VAD",
295            "date": "2025-04-12 08:00:00",
296            "actual": false,
297            "is_date_from_sealine": true,
298            "is_additional_event": false,
299            "type": "sea",
300            "transport_type": "VESSEL",
301            "vessel": 1,
302            "voyage": "510E"
303          }
304        ]
305      },
306      {
307        "number": "WNGU2504907",
308        "iso_code": "22G1",
309        "size_type": "20' Dry Standard",
310        "status": "IN_TRANSIT",
311        "is_status_from_sealine": true,
312        "events_mirrored": false,
313        "events": [
314          {
315            "order_id": 1,
316            "location": 1,
317            "facility": 2,
318            "description": "Gate out Empty",
319            "event_type": "EQUIPMENT",
320            "event_code": "GTOT",
321            "status": "CEP",
322            "date": "2025-03-04 22:04:00",
323            "actual": true,
324            "is_date_from_sealine": true,
325            "is_additional_event": false,
326            "type": "land",
327            "transport_type": null,
328            "vessel": null,
329            "voyage": null
330          },
331          {
332            "order_id": 2,
333            "location": 1,
334            "facility": 3,
335            "description": "Gate in",
336            "event_type": "EQUIPMENT",
337            "event_code": "GTIN",
338            "status": "CGI",
339            "date": "2025-03-09 16:39:00",
340            "actual": true,
341            "is_date_from_sealine": true,
342            "is_additional_event": false,
343            "type": "land",
344            "transport_type": null,
345            "vessel": null,
346            "voyage": null
347          },
348          {
349            "order_id": 3,
350            "location": 1,
351            "facility": 3,
352            "description": "Load",
353            "event_type": "EQUIPMENT",
354            "event_code": "LOAD",
355            "status": "CLL",
356            "date": "2025-03-12 14:51:00",
357            "actual": true,
358            "is_date_from_sealine": true,
359            "is_additional_event": false,
360            "type": "sea",
361            "transport_type": "VESSEL",
362            "vessel": 1,
363            "voyage": "510E"
364          },
365          {
366            "order_id": 4,
367            "location": 1,
368            "facility": 3,
369            "description": "Vessel departure",
370            "event_type": "TRANSPORT",
371            "event_code": "DEPA",
372            "status": "VDL",
373            "date": "2025-03-12 21:14:00",
374            "actual": true,
375            "is_date_from_sealine": true,
376            "is_additional_event": false,
377            "type": "sea",
378            "transport_type": "VESSEL",
379            "vessel": 1,
380            "voyage": "510E"
381          },
382          {
383            "order_id": 5,
384            "location": 2,
385            "facility": 1,
386            "description": "Vessel arrival",
387            "event_type": "TRANSPORT",
388            "event_code": "ARRI",
389            "status": "VAD",
390            "date": "2025-04-12 08:00:00",
391            "actual": false,
392            "is_date_from_sealine": true,
393            "is_additional_event": false,
394            "type": "sea",
395            "transport_type": "VESSEL",
396            "vessel": 1,
397            "voyage": "510E"
398          }
399        ]
400      },
401      {
402        "number": "WNGU2505842",
403        "iso_code": "22G1",
404        "size_type": "20' Dry Standard",
405        "status": "IN_TRANSIT",
406        "is_status_from_sealine": true,
407        "events_mirrored": false,
408        "events": [
409          {
410            "order_id": 1,
411            "location": 1,
412            "facility": 2,
413            "description": "Gate out Empty",
414            "event_type": "EQUIPMENT",
415            "event_code": "GTOT",
416            "status": "CEP",
417            "date": "2025-03-05 03:55:00",
418            "actual": true,
419            "is_date_from_sealine": true,
420            "is_additional_event": false,
421            "type": "land",
422            "transport_type": null,
423            "vessel": null,
424            "voyage": null
425          },
426          {
427            "order_id": 2,
428            "location": 1,
429            "facility": 3,
430            "description": "Gate in",
431            "event_type": "EQUIPMENT",
432            "event_code": "GTIN",
433            "status": "CGI",
434            "date": "2025-03-09 20:51:00",
435            "actual": true,
436            "is_date_from_sealine": true,
437            "is_additional_event": false,
438            "type": "land",
439            "transport_type": null,
440            "vessel": null,
441            "voyage": null
442          },
443          {
444            "order_id": 3,
445            "location": 1,
446            "facility": 3,
447            "description": "Load",
448            "event_type": "EQUIPMENT",
449            "event_code": "LOAD",
450            "status": "CLL",
451            "date": "2025-03-12 14:28:00",
452            "actual": true,
453            "is_date_from_sealine": true,
454            "is_additional_event": false,
455            "type": "sea",
456            "transport_type": "VESSEL",
457            "vessel": 1,
458            "voyage": "510E"
459          },
460          {
461            "order_id": 4,
462            "location": 1,
463            "facility": 3,
464            "description": "Vessel departure",
465            "event_type": "TRANSPORT",
466            "event_code": "DEPA",
467            "status": "VDL",
468            "date": "2025-03-12 21:14:00",
469            "actual": true,
470            "is_date_from_sealine": true,
471            "is_additional_event": false,
472            "type": "sea",
473            "transport_type": "VESSEL",
474            "vessel": 1,
475            "voyage": "510E"
476          },
477          {
478            "order_id": 5,
479            "location": 2,
480            "facility": 1,
481            "description": "Vessel arrival",
482            "event_type": "TRANSPORT",
483            "event_code": "ARRI",
484            "status": "VAD",
485            "date": "2025-04-12 08:00:00",
486            "actual": false,
487            "is_date_from_sealine": true,
488            "is_additional_event": false,
489            "type": "sea",
490            "transport_type": "VESSEL",
491            "vessel": 1,
492            "voyage": "510E"
493          }
494        ]
495      },
496      {
497        "number": "WNGU2505884",
498        "iso_code": "22G1",
499        "size_type": "20' Dry Standard",
500        "status": "IN_TRANSIT",
501        "is_status_from_sealine": true,
502        "events_mirrored": false,
503        "events": [
504          {
505            "order_id": 1,
506            "location": 1,
507            "facility": 2,
508            "description": "Gate out Empty",
509            "event_type": "EQUIPMENT",
510            "event_code": "GTOT",
511            "status": "CEP",
512            "date": "2025-03-04 22:04:00",
513            "actual": true,
514            "is_date_from_sealine": true,
515            "is_additional_event": false,
516            "type": "land",
517            "transport_type": null,
518            "vessel": null,
519            "voyage": null
520          },
521          {
522            "order_id": 2,
523            "location": 1,
524            "facility": 3,
525            "description": "Gate in",
526            "event_type": "EQUIPMENT",
527            "event_code": "GTIN",
528            "status": "CGI",
529            "date": "2025-03-09 16:39:00",
530            "actual": true,
531            "is_date_from_sealine": true,
532            "is_additional_event": false,
533            "type": "land",
534            "transport_type": null,
535            "vessel": null,
536            "voyage": null
537          },
538          {
539            "order_id": 3,
540            "location": 1,
541            "facility": 3,
542            "description": "Load",
543            "event_type": "EQUIPMENT",
544            "event_code": "LOAD",
545            "status": "CLL",
546            "date": "2025-03-12 14:51:00",
547            "actual": true,
548            "is_date_from_sealine": true,
549            "is_additional_event": false,
550            "type": "sea",
551            "transport_type": "VESSEL",
552            "vessel": 1,
553            "voyage": "510E"
554          },
555          {
556            "order_id": 4,
557            "location": 1,
558            "facility": 3,
559            "description": "Vessel departure",
560            "event_type": "TRANSPORT",
561            "event_code": "DEPA",
562            "status": "VDL",
563            "date": "2025-03-12 21:14:00",
564            "actual": true,
565            "is_date_from_sealine": true,
566            "is_additional_event": false,
567            "type": "sea",
568            "transport_type": "VESSEL",
569            "vessel": 1,
570            "voyage": "510E"
571          },
572          {
573            "order_id": 5,
574            "location": 2,
575            "facility": 1,
576            "description": "Vessel arrival",
577            "event_type": "TRANSPORT",
578            "event_code": "ARRI",
579            "status": "VAD",
580            "date": "2025-04-12 08:00:00",
581            "actual": false,
582            "is_date_from_sealine": true,
583            "is_additional_event": false,
584            "type": "sea",
585            "transport_type": "VESSEL",
586            "vessel": 1,
587            "voyage": "510E"
588          }
589        ]
590      },
591      {
592        "number": "WNGU2506176",
593        "iso_code": "22G1",
594        "size_type": "20' Dry Standard",
595        "status": "IN_TRANSIT",
596        "is_status_from_sealine": true,
597        "events_mirrored": false,
598        "events": [
599          {
600            "order_id": 1,
601            "location": 1,
602            "facility": 2,
603            "description": "Gate out Empty",
604            "event_type": "EQUIPMENT",
605            "event_code": "GTOT",
606            "status": "CEP",
607            "date": "2025-03-05 03:35:00",
608            "actual": true,
609            "is_date_from_sealine": true,
610            "is_additional_event": false,
611            "type": "land",
612            "transport_type": null,
613            "vessel": null,
614            "voyage": null
615          },
616          {
617            "order_id": 2,
618            "location": 1,
619            "facility": 3,
620            "description": "Gate in",
621            "event_type": "EQUIPMENT",
622            "event_code": "GTIN",
623            "status": "CGI",
624            "date": "2025-03-09 16:27:00",
625            "actual": true,
626            "is_date_from_sealine": true,
627            "is_additional_event": false,
628            "type": "land",
629            "transport_type": null,
630            "vessel": null,
631            "voyage": null
632          },
633          {
634            "order_id": 3,
635            "location": 1,
636            "facility": 3,
637            "description": "Load",
638            "event_type": "EQUIPMENT",
639            "event_code": "LOAD",
640            "status": "CLL",
641            "date": "2025-03-12 14:54:00",
642            "actual": true,
643            "is_date_from_sealine": true,
644            "is_additional_event": false,
645            "type": "sea",
646            "transport_type": "VESSEL",
647            "vessel": 1,
648            "voyage": "510E"
649          },
650          {
651            "order_id": 4,
652            "location": 1,
653            "facility": 3,
654            "description": "Vessel departure",
655            "event_type": "TRANSPORT",
656            "event_code": "DEPA",
657            "status": "VDL",
658            "date": "2025-03-12 21:14:00",
659            "actual": true,
660            "is_date_from_sealine": true,
661            "is_additional_event": false,
662            "type": "sea",
663            "transport_type": "VESSEL",
664            "vessel": 1,
665            "voyage": "510E"
666          },
667          {
668            "order_id": 5,
669            "location": 2,
670            "facility": 1,
671            "description": "Vessel arrival",
672            "event_type": "TRANSPORT",
673            "event_code": "ARRI",
674            "status": "VAD",
675            "date": "2025-04-12 08:00:00",
676            "actual": false,
677            "is_date_from_sealine": true,
678            "is_additional_event": false,
679            "type": "sea",
680            "transport_type": "VESSEL",
681            "vessel": 1,
682            "voyage": "510E"
683          }
684        ]
685      },
686      {
687        "number": "WNGU2507090",
688        "iso_code": "22G1",
689        "size_type": "20' Dry Standard",
690        "status": "IN_TRANSIT",
691        "is_status_from_sealine": true,
692        "events_mirrored": false,
693        "events": [
694          {
695            "order_id": 1,
696            "location": 1,
697            "facility": 2,
698            "description": "Gate out Empty",
699            "event_type": "EQUIPMENT",
700            "event_code": "GTOT",
701            "status": "CEP",
702            "date": "2025-03-05 03:55:00",
703            "actual": true,
704            "is_date_from_sealine": true,
705            "is_additional_event": false,
706            "type": "land",
707            "transport_type": null,
708            "vessel": null,
709            "voyage": null
710          },
711          {
712            "order_id": 2,
713            "location": 1,
714            "facility": 3,
715            "description": "Gate in",
716            "event_type": "EQUIPMENT",
717            "event_code": "GTIN",
718            "status": "CGI",
719            "date": "2025-03-09 20:48:00",
720            "actual": true,
721            "is_date_from_sealine": true,
722            "is_additional_event": false,
723            "type": "land",
724            "transport_type": null,
725            "vessel": null,
726            "voyage": null
727          },
728          {
729            "order_id": 3,
730            "location": 1,
731            "facility": 3,
732            "description": "Load",
733            "event_type": "EQUIPMENT",
734            "event_code": "LOAD",
735            "status": "CLL",
736            "date": "2025-03-12 14:42:00",
737            "actual": true,
738            "is_date_from_sealine": true,
739            "is_additional_event": false,
740            "type": "sea",
741            "transport_type": "VESSEL",
742            "vessel": 1,
743            "voyage": "510E"
744          },
745          {
746            "order_id": 4,
747            "location": 1,
748            "facility": 3,
749            "description": "Vessel departure",
750            "event_type": "TRANSPORT",
751            "event_code": "DEPA",
752            "status": "VDL",
753            "date": "2025-03-12 21:14:00",
754            "actual": true,
755            "is_date_from_sealine": true,
756            "is_additional_event": false,
757            "type": "sea",
758            "transport_type": "VESSEL",
759            "vessel": 1,
760            "voyage": "510E"
761          },
762          {
763            "order_id": 5,
764            "location": 2,
765            "facility": 1,
766            "description": "Vessel arrival",
767            "event_type": "TRANSPORT",
768            "event_code": "ARRI",
769            "status": "VAD",
770            "date": "2025-04-12 08:00:00",
771            "actual": false,
772            "is_date_from_sealine": true,
773            "is_additional_event": false,
774            "type": "sea",
775            "transport_type": "VESSEL",
776            "vessel": 1,
777            "voyage": "510E"
778          }
779        ]
780      },
781      {
782        "number": "WNGU2507233",
783        "iso_code": "22G1",
784        "size_type": "20' Dry Standard",
785        "status": "IN_TRANSIT",
786        "is_status_from_sealine": true,
787        "events_mirrored": false,
788        "events": [
789          {
790            "order_id": 1,
791            "location": 1,
792            "facility": 2,
793            "description": "Gate out Empty",
794            "event_type": "EQUIPMENT",
795            "event_code": "GTOT",
796            "status": "CEP",
797            "date": "2025-03-05 03:35:00",
798            "actual": true,
799            "is_date_from_sealine": true,
800            "is_additional_event": false,
801            "type": "land",
802            "transport_type": null,
803            "vessel": null,
804            "voyage": null
805          },
806          {
807            "order_id": 2,
808            "location": 1,
809            "facility": 3,
810            "description": "Gate in",
811            "event_type": "EQUIPMENT",
812            "event_code": "GTIN",
813            "status": "CGI",
814            "date": "2025-03-09 16:29:00",
815            "actual": true,
816            "is_date_from_sealine": true,
817            "is_additional_event": false,
818            "type": "land",
819            "transport_type": null,
820            "vessel": null,
821            "voyage": null
822          },
823          {
824            "order_id": 3,
825            "location": 1,
826            "facility": 3,
827            "description": "Load",
828            "event_type": "EQUIPMENT",
829            "event_code": "LOAD",
830            "status": "CLL",
831            "date": "2025-03-12 14:45:00",
832            "actual": true,
833            "is_date_from_sealine": true,
834            "is_additional_event": false,
835            "type": "sea",
836            "transport_type": "VESSEL",
837            "vessel": 1,
838            "voyage": "510E"
839          },
840          {
841            "order_id": 4,
842            "location": 1,
843            "facility": 3,
844            "description": "Vessel departure",
845            "event_type": "TRANSPORT",
846            "event_code": "DEPA",
847            "status": "VDL",
848            "date": "2025-03-12 21:14:00",
849            "actual": true,
850            "is_date_from_sealine": true,
851            "is_additional_event": false,
852            "type": "sea",
853            "transport_type": "VESSEL",
854            "vessel": 1,
855            "voyage": "510E"
856          },
857          {
858            "order_id": 5,
859            "location": 2,
860            "facility": 1,
861            "description": "Vessel arrival",
862            "event_type": "TRANSPORT",
863            "event_code": "ARRI",
864            "status": "VAD",
865            "date": "2025-04-12 08:00:00",
866            "actual": false,
867            "is_date_from_sealine": true,
868            "is_additional_event": false,
869            "type": "sea",
870            "transport_type": "VESSEL",
871            "vessel": 1,
872            "voyage": "510E"
873          }
874        ]
875      }
876    ],
877    "route_data": {
878      "route": [
879        {
880          "path": [
881            [
882              36.0649,
883              120.3804
884            ],
885            [
886              35.5708,
887              120.8286
888            ],
889            [
890              35.5612,
891              120.8388
892            ],
893            [
894              35.5533,
895              120.8501
896            ],
897            [
898              35.5472,
899              120.8627
900            ],
901            [
902              33.8623,
903              125.0356
904            ],
905            [
906              33.8562,
907              125.0528
908            ],
909            [
910              33.8514,
911              125.0703
912            ],
913            [
914              33.848,
915              125.0882
916            ],
917            [
918              33.7223,
919              125.9125
920            ],
921            [
922              33.7231,
923              125.9275
924            ],
925            [
926              33.7307,
927              125.9376
928            ],
929            [
930              33.745,
931              125.9427
932            ],
933            [
934              33.7717,
935              125.9468
936            ],
937            [
938              33.745,
939              125.9427
940            ],
941            [
942              33.7298,
943              125.9434
944            ],
945            [
946              33.7196,
947              125.9508
948            ],
949            [
950              33.7143,
951              125.9649
952            ],
953            [
954              33.7018,
955              126.0464
956            ],
957            [
958              33.6994,
959              126.053
960            ],
961            [
962              33.6948,
963              126.0561
964            ],
965            [
966              33.6878,
967              126.0556
968            ],
969            [
970              33.6999,
971              126.0591
972            ],
973            [
974              33.6932,
975              126.0585
976            ],
977            [
978              33.6894,
979              126.0615
980            ],
981            [
982              33.6885,
983              126.0681
984            ],
985            [
986              33.7481,
987              126.9036
988            ],
989            [
990              33.7494,
991              126.9217
992            ],
993            [
994              33.7507,
995              126.9398
996            ],
997            [
998              33.752,
999              126.9578
1000            ],
1001            [
1002              33.91265092179989,
1003              129.18822808575646
1004            ],
1005            [
1006              34.0022,
1007              130.4315
1008            ],
1009            [
1010              34.003,
1011              130.4497
1012            ],
1013            [
1014              34.0028,
1015              130.4679
1016            ],
1017            [
1018              34.0015,
1019              130.486
1020            ],
1021            [
1022              33.9839,
1023              130.6611
1024            ],
1025            [
1026              33.9817,
1027              130.6801
1028            ],
1029            [
1030              33.9786,
1031              130.699
1032            ],
1033            [
1034              33.9749,
1035              130.7177
1036            ],
1037            [
1038              33.9617,
1039              130.7775
1040            ],
1041            [
1042              33.9569,
1043              130.7961
1044            ],
1045            [
1046              33.9507,
1047              130.8142
1048            ],
1049            [
1050              33.9431,
1051              130.8318
1052            ],
1053            [
1054              33.9416,
1055              130.8349
1056            ],
1057            [
1058              33.9341,
1059              130.8506
1060            ],
1061            [
1062              33.9266,
1063              130.8663
1064            ],
1065            [
1066              33.919,
1067              130.882
1068            ],
1069            [
1070              33.9153,
1071              130.8897
1072            ],
1073            [
1074              33.9115,
1075              130.9007
1076            ],
1077            [
1078              33.9105,
1079              130.9119
1080            ],
1081            [
1082              33.9124,
1083              130.9234
1084            ],
1085            [
1086              33.9074,
1087              130.9062
1088            ],
1089            [
1090              33.9117,
1091              130.9172
1092            ],
1093            [
1094              33.9179,
1095              130.9269
1096            ],
1097            [
1098              33.926,
1099              130.9355
1100            ],
1101            [
1102              33.9269,
1103              130.9362
1104            ],
1105            [
1106              33.9367,
1107              130.9454
1108            ],
1109            [
1110              33.9456,
1111              130.9553
1112            ],
1113            [
1114              33.9538,
1115              130.966
1116            ],
1117            [
1118              33.954,
1119              130.9664
1120            ],
1121            [
1122              33.961,
1123              130.9778
1124            ],
1125            [
1126              33.9666,
1127              130.9898
1128            ],
1129            [
1130              33.9708,
1131              131.0025
1132            ],
1133            [
1134              33.9656,
1135              130.9831
1136            ],
1137            [
1138              33.9694,
1139              131.0049
1140            ],
1141            [
1142              33.969,
1143              131.0266
1144            ],
1145            [
1146              33.9645,
1147              131.0483
1148            ],
1149            [
1150              33.94,
1151              131.1264
1152            ],
1153            [
1154              33.934,
1155              131.146
1156            ],
1157            [
1158              33.9283,
1159              131.1657
1160            ],
1161            [
1162              33.9229,
1163              131.1854
1164            ],
1165            [
1166              33.6807,
1167              132.0855
1168            ],
1169            [
1170              33.6766,
1171              132.1054
1172            ],
1173            [
1174              33.6749,
1175              132.1255
1176            ],
1177            [
1178              33.6757,
1179              132.1457
1180            ],
1181            [
1182              33.721,
1183              132.5874
1184            ],
1185            [
1186              33.7235,
1187              132.6081
1188            ],
1189            [
1190              33.7267,
1191              132.6287
1192            ],
1193            [
1194              33.7306,
1195              132.6492
1196            ],
1197            [
1198              34.1492,
1199              134.6545
1200            ],
1201            [
1202              34.1498,
1203              134.6699
1204            ],
1205            [
1206              34.1444,
1207              134.6828
1208            ],
1209            [
1210              34.1332,
1211              134.6933
1212            ],
1213            [
1214              33.4787,
1215              135.1134
1216            ],
1217            [
1218              33.4681,
1219              135.122
1220            ],
1221            [
1222              33.4598,
1223              135.1324
1224            ],
1225            [
1226              33.4538,
1227              135.1447
1228            ],
1229            [
1230              33.2405,
1231              135.7489
1232            ],
1233            [
1234              33.2367,
1235              135.7623
1236            ],
1237            [
1238              33.2347,
1239              135.7759
1240            ],
1241            [
1242              33.2343,
1243              135.7899
1244            ],
1245            [
1246              37.4964,
1247              -123.081
1248            ],
1249            [
1250              37.4979,
1251              -123.0649
1252            ],
1253            [
1254              37.5011,
1255              -123.0491
1256            ],
1257            [
1258              37.506,
1259              -123.0336
1260            ],
1261            [
1262              37.591,
1263              -122.8085
1264            ],
1265            [
1266              37.599,
1267              -122.7875
1268            ],
1269            [
1270              37.6071,
1271              -122.7666
1272            ],
1273            [
1274              37.6154,
1275              -122.7457
1276            ],
1277            [
1278              37.8044,
1279              -122.2708
1280            ]
1281          ],
1282          "type": "SEA",
1283          "transport_type": "VESSEL"
1284        }
1285      ],
1286      "pin": [
1287        33.91265092179989,
1288        129.18822808575646
1289      ],
1290      "ais": {
1291        "status": "OK",
1292        "data": {
1293          "last_event": {
1294            "description": "Vessel departure",
1295            "date": "2025-03-12 21:14:00",
1296            "voyage": "510E"
1297          },
1298          "discharge_port": {
1299            "name": "Oakland",
1300            "country_code": "US",
1301            "code": "OAK",
1302            "date": "2025-04-12 08:00:00",
1303            "date_label": "ETA"
1304          },
1305          "vessel": {
1306            "name": "MAERSK SHIVLING",
1307            "imo": 9728253,
1308            "call_sign": "D5JH8",
1309            "mmsi": 636017104,
1310            "flag": "LR"
1311          },
1312          "last_vessel_position": {
1313            "lat": 35.077282,
1314            "lng": 128.80836,
1315            "updated_at": "2025-03-14 07:47:25"
1316          },
1317          "departure_port": {
1318            "country_code": "CN",
1319            "code": "QDG",
1320            "date": "2025-03-12 13:59:00",
1321            "date_label": "ATD"
1322          },
1323          "arrival_port": {
1324            "country_code": "KR",
1325            "code": "PUS",
1326            "date": "2025-03-14 06:00:00",
1327            "date_label": "ETA"
1328          },
1329          "updated_at": "2025-03-14 07:52:20"
1330        }
1331      }
1332    }
1333  }
1334}

Route information

get/route

Route information

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your API key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • typeREQUIREDstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    Allowed values:CTBLBK

  • sealineREQUIREDstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "route": [
6      {
7        "path": [
8          [
9            24.47979,
10            118.08186999999998
11          ],
12          [
13            24.49113405,
14            118.16722284999997
15          ],
16          [
17            24.54407295,
18            118.56553615000001
19          ],
20          [
21            24.555417,
22            118.650889
23          ],
24          [
25            24.667171049999997,
26            119.08913065000002
27          ],
28          [
29            25.188689949999997,
30            121.13425834999998
31          ],
32          [
33            25.300444,
34            121.57249999999999
35          ],
36          [
37            22.586223249999996,
38            145.20312079999997
39          ],
40          [
41            9.919859749999999,
42            -104.5206488
43          ],
44          [
45            7.205639,
46            -80.89002800000003
47          ],
48          [
49            7.210768099999999,
50            -80.82246965000002
51          ],
52          [
53            7.2347039,
54            -80.50719735000001
55          ],
56          [
57            7.239833,
58            -80.439639
59          ],
60          [
61            7.28132885,
62            -80.37256395000003
63          ],
64          [
65            7.47497615,
66            -80.05954705000005
67          ],
68          [
69            7.516472,
70            -79.99247200000002
71          ],
72          [
73            7.73054345,
74            -79.92549055
75          ],
76          [
77            8.729543549999999,
78            -79.61291045000002
79          ],
80          [
81            8.943615,
82            -79.545929
83          ],
84          [
85            9.0070242,
86            -79.59980015000002
87          ],
88          [
89            9.3029338,
90            -79.85119885
91          ],
92          [
93            9.366343,
94            -79.90507000000002
95          ],
96          [
97            10.99826245,
98            -79.04075110000002
99          ],
100          [
101            18.61388655,
102            -75.0072629
103          ],
104          [
105            20.245806,
106            -74.142944
107          ],
108          [
109            21.998333337490987,
110            -75.16153650059721
111          ],
112          [
113            30.176794245782254,
114            -79.91496817005077
115          ],
116          [
117            31.92932158327324,
118            -80.93356067064792
119          ],
120          [
121            32.08354,
122            -81.09983
123          ]
124        ],
125        "type": "SEA"
126      },
127      {
128        "path": [
129          [
130            32.083221,
131            -81.099869
132          ],
133          [
134            32.511677,
135            -83.064117
136          ],
137          [
138            32.545055,
139            -83.159081
140          ],
141          [
142            32.574947,
143            -83.244308
144          ],
145          [
146            32.61055,
147            -83.338669
148          ],
149          [
150            32.651413,
151            -83.427612
152          ],
153          [
154            32.700237,
155            -83.507416
156          ],
157          [
158            32.775661,
159            -83.557938
160          ],
161          [
162            32.840862,
163            -83.620949
164          ],
165          [
166            32.776787,
167            -83.685692
168          ],
169          [
170            32.701237,
171            -83.735214
172          ],
173          [
174            32.65374,
175            -83.759544
176          ]
177        ],
178        "type": "LAND"
179      }
180    ],
181    "pin": [
182      18.801004244953855,
183      178.15809506036499
184    ],
185    "ais": {
186      "status": "OK",
187      "data": {
188        "last_event": {
189          "description": "Vessel departed",
190          "date": "2023-06-01 14:15:00",
191          "voyage": "029E"
192        },
193        "discharge_port": {
194          "name": "Savannah",
195          "country_code": "US",
196          "code": "SAV",
197          "date": "2023-07-13 19:00:00",
198          "date_label": "ETA"
199        },
200        "vessel": {
201          "name": "YM WIDTH",
202          "imo": 9708447,
203          "call_sign": "VRPE5",
204          "mmsi": 477129300,
205          "flag": "HK"
206        },
207        "last_vessel_position": {
208          "lat": 6.026275,
209          "lng": 95.04732,
210          "updated_at": "2023-06-14 13:06:55"
211        },
212        "departure_port": {
213          "country_code": "SG",
214          "code": "SIN",
215          "date": "2023-06-13 13:09:00",
216          "date_label": "ATD"
217        },
218        "arrival_port": {
219          "country_code": "EG",
220          "code": "SUZ",
221          "date": "2023-06-24 20:00:00",
222          "date_label": "ETA"
223        },
224        "updated_at": "2023-06-14 15:49:22"
225      }
226    }
227  }
228}

Shipping lines info

get/info/sealines

Data about the shipping lines we support

Headers

Content-Typeapplication/json

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": [
5    {
6      "name": "Mediterranean Shipping Company (MSC)",
7      "active": true,
8      "active_types": {
9        "ct": true,
10        "bl": true,
11        "bk": true,
12        "bl_ct": false,
13        "bk_ct": false
14      },
15      "maintenance": false,
16      "scac_codes": [
17        "MSCU",
18        "MEDU"
19      ],
20      "prefixes": [
21        "MSC",
22        "MSD",
23        "MSM",
24        "MSB",
25        "MSG",
26        "MAD",
27        "MSP",
28        "MSZ",
29        "GTI",
30        "MED",
31        "MSY",
32        "MST",
33        "MSN",
34        "MSV"
35      ]
36    },
37    {
38      "name": "ZIM",
39      "active": true,
40      "active_types": {
41        "ct": true,
42        "bl": true,
43        "bk": true,
44        "bl_ct": false,
45        "bk_ct": false
46      },
47      "maintenance": false,
48      "scac_codes": [
49        "ZIMU"
50      ],
51      "prefixes": [
52        "ZCL",
53        "ZCS",
54        "ZIM",
55        "ZMO",
56        "ZWF"
57      ]
58    }
59  ]
60}

Historical data

get/history

Historical shipping data

Headers

Content-Typeapplication/json

Query Parameters
  • api_keyREQUIREDstring

    Your API key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • typeREQUIREDstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    Allowed values:CTBLBK

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "CT",
7      "number": "MSKU7117653",
8      "sealine": "",
9      "sealine_name": null,
10      "status": "UNKNOWN",
11      "updated_at": "2023-06-15 12:00:23",
12      "api_calls": {
13        "total": 100,
14        "used": 1,
15        "remaining": 99
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "requests": [
24      {
25        "date": "2021-07-25 10:58:04",
26        "sealine": "maeu",
27        "id": 61118083
28      },
29      {
30        "date": "2021-08-15 19:15:59",
31        "sealine": "maeu",
32        "id": 67771922
33      },
34      {
35        "date": "2022-02-03 06:23:53",
36        "sealine": "maeu",
37        "id": 134036490
38      },
39      {
40        "date": "2022-05-24 12:34:54",
41        "sealine": "maeu",
42        "id": 182782146
43      },
44      {
45        "date": "2022-06-22 09:08:02",
46        "sealine": "maeu",
47        "id": 196885782
48      },
49      {
50        "date": "2022-10-12 07:31:10",
51        "sealine": "maeu",
52        "id": 260377336
53      },
54      {
55        "date": "2023-02-03 05:28:37",
56        "sealine": "maeu",
57        "id": 306555693
58      },
59      {
60        "date": "2023-02-07 09:54:26",
61        "sealine": "maeu",
62        "id": 308285366
63      },
64      {
65        "date": "2023-05-22 07:25:51",
66        "sealine": "maeu",
67        "id": 356065796
68      },
69      {
70        "date": "2023-06-15 10:30:06",
71        "sealine": "maeu",
72        "id": 366830221
73      }
74    ]
75  }
76}

Historical data by id

get/history?id={id}

Historical shipping data by id

Headers

Content-Typeapplication/json

Path Parameters
  • idREQUIREDinteger

    Unique request ID. Use GET /history to get a list of request id for the required shipping

Query Parameters
  • api_keyREQUIREDstring

    Your API key. If you do not have an api key - contact us to purchase a subscription.

  • numberREQUIREDstring

    Container number, Bill of Lading or Booking number.

    For certain sealines, tracking is supported using a combined number in the format Bill of Lading Number/Container Number or Booking Number/Container Number (e.g., BL12345678/ABCU1234567 or BK12345678/ABCU1234567).

  • typeREQUIREDstring

    Type of shipment number

    CT - Container number

    BL - Bill of lading number

    BK - Booking number

    Allowed values:CTBLBK

  • sealineOptionalstring

    Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see GET /info/sealines

    If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.

    Default:auto

Response example
1{
2  "status": "success",
3  "message": "OK",
4  "data": {
5    "metadata": {
6      "type": "CT",
7      "number": "MSKU7117653",
8      "sealine": "MAEU",
9      "sealine_name": "Maersk",
10      "status": "UNKNOWN",
11      "updated_at": "2021-08-01 14:13:44",
12      "api_calls": {
13        "total": 100,
14        "used": 1,
15        "remaining": 99
16      },
17      "unique_shipments": {
18        "total": 0,
19        "used": 0,
20        "remaining": 0
21      }
22    },
23    "locations": [
24      {
25        "id": 1,
26        "name": "Ravenna",
27        "state": "Emilia-Romagna",
28        "country": "Italy",
29        "country_code": "IT",
30        "locode": "ITRAN",
31        "lat": 44.41344,
32        "lng": 12.20121
33      },
34      {
35        "id": 2,
36        "name": "Trieste",
37        "state": "Friuli Venezia Giulia",
38        "country": "Italy",
39        "country_code": "IT",
40        "locode": null,
41        "lat": 45.64953,
42        "lng": 13.77678
43      },
44      {
45        "id": 3,
46        "name": "Tianjin Xingang",
47        "state": "Tianjin Shi",
48        "country": "China",
49        "country_code": "CN",
50        "locode": "CNTXG",
51        "lat": 39.14222,
52        "lng": 117.17667
53      }
54    ],
55    "route": {
56      "prepol": {
57        "location": 3,
58        "date": "2021-06-19 16:01:00",
59        "actual": true
60      },
61      "pol": {
62        "location": 3,
63        "date": "2021-06-22 18:00:00",
64        "actual": true
65      },
66      "pod": {
67        "location": null,
68        "date": "2021-08-17 19:00:00",
69        "actual": false,
70        "predictive_eta": null
71      },
72      "postpod": {
73        "location": 1,
74        "date": null,
75        "actual": null
76      }
77    },
78    "vessels": [
79      {
80        "id": 1,
81        "name": "MAERSK HONG KONG",
82        "imo": 9784257,
83        "call_sign": "9V5392",
84        "mmsi": 563017800,
85        "flag": "SG"
86      },
87      {
88        "id": 2,
89        "name": "BF PHILIPP",
90        "imo": 9123324,
91        "call_sign": "V2HF2",
92        "mmsi": 304688000,
93        "flag": "AG"
94      }
95    ],
96    "containers": [
97      {
98        "number": "MSKU7117653",
99        "iso_code": "22G1",
100        "status": "UNKNOWN",
101        "events": [
102          {
103            "location": 3,
104            "description": "Gate out Empty",
105            "status": "CEP",
106            "date": "2021-06-19 16:01:00+00",
107            "actual": true,
108            "type": "land",
109            "vessel": null,
110            "voyage": null
111          },
112          {
113            "location": 3,
114            "description": "Gate in",
115            "status": "CGI",
116            "date": "2021-06-22 18:00:00+00",
117            "actual": true,
118            "type": "land",
119            "vessel": null,
120            "voyage": null
121          },
122          {
123            "location": 3,
124            "description": "Load",
125            "status": "CLL",
126            "date": "2021-06-24 13:26:00+00",
127            "actual": true,
128            "type": "sea",
129            "vessel": 1,
130            "voyage": "125W"
131          },
132          {
133            "location": 2,
134            "description": "Discharge",
135            "status": "CDT",
136            "date": "2021-08-11 19:00:00+00",
137            "actual": false,
138            "type": "sea",
139            "vessel": 1,
140            "voyage": "125W"
141          },
142          {
143            "location": 2,
144            "description": "Load",
145            "status": "CLT",
146            "date": "2021-08-28 07:00:00+00",
147            "actual": false,
148            "type": "sea",
149            "vessel": 2,
150            "voyage": "2165"
151          },
152          {
153            "location": 1,
154            "description": "Discharge",
155            "status": "CDT",
156            "date": "2021-08-28 07:00:06+00",
157            "actual": false,
158            "type": "sea",
159            "vessel": 2,
160            "voyage": "2165"
161          },
162          {
163            "location": 1,
164            "description": "Gate out",
165            "status": "LTS",
166            "date": "2021-08-28 07:00:13+00",
167            "actual": false,
168            "type": "land",
169            "vessel": null,
170            "voyage": null
171          }
172        ]
173      }
174    ]
175  }
176}